home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
.net 2002 March
/
DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin
/
pc
/
PC Software
/
free_browsing
/
DavesQckSearchDbar3-14
/
dqsd.exe
/
searches
/
jsexec.xml
< prev
next >
Wrap
Text File
|
2002-09-10
|
887b
|
30 lines
<search function="jsexec">
<name>Execute Javascript</name>
<description>
Execute a javascript script.<br/>
<div class="helpboxDescLabels">Examples:</div>
<table class="helpboxDescTable">
<tr><td>jsexec "pneumonoultramicroscopicsilicovolcanoconiosis".length</td></tr>
<tr><td>jsexec alert("Hello world !")</td></tr>
<tr><td>jsexec var info="Hello world !";alert(info)</td></tr>
</table>
</description>
<category>Computers</category>
<link></link>
<contributor>MLL</contributor>
<script><![CDATA[
function jsexec(q)
{
if( nullArgs( "jsexec", q ) ) return false;
document.deff.q.value = eval(q);
}
]]></script>
<copyright>
Copyright (c) 2002 David Bau
Distributed under the terms of the
GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
</copyright>
</search>